Re: [INTERFACES] Newbie JDBC Datetime Question - Mailing list pgsql-interfaces

From Herouth Maoz
Subject Re: [INTERFACES] Newbie JDBC Datetime Question
Date
Msg-id l03130300b39502b3c611@[147.233.159.109]
Whole thread Raw
In response to Newbie JDBC Datetime Question  (Steven Bradley <sbradley@llnl.gov>)
List pgsql-interfaces
At 03:38 +0300 on 22/06/1999, Steven Bradley wrote:


> Is there a ResultSet method that can be used to access postgres datetime
> columns, or does the timestamp data type and the getTimestamp() method have
> to be used.

As far as I know, you can use a datetime column as if it was the JDBC
timestamp type. So getTimestamp() will work with a datetime column as well.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma




pgsql-interfaces by date:

Previous
From: Peter Mount
Date:
Subject: RE: [INTERFACES] libpq, large Objects
Next
From: Peter Mount
Date:
Subject: RE: [INTERFACES] Newbie JDBC Datetime Question